home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / mac / media / dirs / BackUp / code.cst / 00007_Script_go frame x of movie y < prev    next >
Text File  |  2002-10-15  |  363b  |  12 lines

  1. property t_frame,t_movie,fl,ml,t_aux
  2.  
  3. on getpropertydescriptionlist me
  4.   plist=[#t_frame:[#comment:"go frame:",#format:#string,#default:""],#t_movie:[#comment:"go movie",#format:#string,#default:""],#t_aux:[#comment:"Aux info",#format:#string,#default:""]]
  5.   return plist
  6. end
  7.  
  8. on mousedown me
  9.   global ctrlobj
  10.   ctrlobj.goto(t_movie,t_frame,t_aux)
  11. end
  12.